projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da3d9e
)
(UCHAR): Don't define if _UCHAR_T.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 1993 21:42:28 +0000
(21:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 1993 21:42:28 +0000
(21:42 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index a41a73269e53628b2a929d4c3476e807d75ca034..8efdd8daa08c1211e4b9bf52ec6294b4461bf6a1 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-565,7
+565,10
@@
struct Lisp_Float
/* A character, declared with the following typedef, is a member
of some character set associated with the current buffer. */
+#ifndef _UCHAR_T /* Protect against something in ctab.h on AIX. */
+#define _UCHAR_T
typedef unsigned char UCHAR;
+#endif
/* Meanings of slots in a Lisp_Compiled: */